home *** CD-ROM | disk | FTP | other *** search
- Path: news.microsoft.com!news
- From: a-cnadc@microsoft.com (Dann Corbit)
- Newsgroups: comp.lang.c
- Subject: Re: pc lint
- Date: 1 Mar 1996 19:11:24 GMT
- Organization: Microsoft Corporation
- Distribution: world
- Message-ID: <4h7i4s$smd@news.microsoft.com>
- References: <8BBE3E4.1085000D6D.uuout@dkb.dk>
- NNTP-Posting-Host: 157.57.171.202
- Mime-Version: 1.0
- X-Newsreader: WinVN 0.93.14
-
- In article <8BBE3E4.1085000D6D.uuout@dkb.dk>, ro@dkb.dk says...
- >
- >I have linted my modules using the -u option of pc lint. Now I want to
- >lint all my files. The manual states
- > lint 1.c 2.c 3.c
- >
- >My problem is that I have 70-80 source files, I cannot write all these
- >within the 128 character DOS line limit.
- >
- > Any help will be greatly appreciated.
- >
- > If possible, please mail answer to me directly as well as to this
- >news group.
- Lint *.c
- --
- The opinions expressed in this message are my own personal views
- and do not reflect the official views of Microsoft Corporation.
- In fact, I'm just a subcontractor, not an employee, so pull in your claws.
-
-